home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / dsp / dspgroup / 00index.arc / LIST.ARC / TEST < prev    next >
Encoding:
Text File  |  1987-08-18  |  2.2 KB  |  45 lines

  1.         first 23 lines of the file.  To see the next 23 lines, or  page,
  2.         press the PgDn key.   The PgUp key moves  you back one page  and
  3.         shows you the  previous 23 lines.   The up-arrow and  down-arrow
  4.         keys move it  one line at a time.  When you are finished,  press
  5.         the ESCape key and you are returned to the DOS prompt.
  6.  
  7.            The "filename" is optional.  If omitted, you are prompted  to
  8.         enter  a filename.   You  may  include  drive,  path,  and  wild
  9.         cards in the file name.   The first file which matches that name
  10.         is displayed.  After  the file is displayed, the next file which
  11.         matches the "filename" may be displayed, too.
  12.  
  13.            You may also use LIST  to display piped or redirected  files.
  14.         If you are unfamiliar with these, you may skip to the next page.
  15.  
  16.         To display a redirected file, use a < (less than symbol)  before
  17.         the name  of the  file  and  add the  /S parameter  to the  LIST
  18.         command.  For example:
  19.  
  20.                 dir a: >xyz
  21.                 list <xyz /s
  22.  
  23.         To display a piped file,  omit the filename,  but supply the /S.
  24.                 dir a: | list /s
  25.  
  26.         Or, to LIST a file within an ARC archive:
  27.                 arc /p arcname.arc filename.ext | list /s
  28.                                 - or -
  29.                 arce arcname filename.ext /p | list /S
  30.  
  31.  
  32. LIST     Page 2
  33.            The top  line of  the display  gives the  file name,  current
  34.         right  scroll  offset,  and  the  FILE's creation date and time.
  35.         Optionally, a ruler  may be displayed  on the top  line by using
  36.         the alt-R keys.
  37.  
  38.            The  file  is  displayed  with  one  logical  record  on each
  39.         80-column display line.   A logical record  ends in a  linefeed.
  40.         The maximum logical record may  be 256 characters long.  If  the
  41.         record exceeds 80  characters, you may  view the portion  beyond
  42.         the 80 columns  by using the  scroll right command,  or by using
  43.         the  Wrap  feature.   The  Wrap  command  toggles  ON or OFF the
  44.         wrapping  of  lines  longer  than  80 characters.  With Wrap on,
  45.